Xbasic

SQL::ImportStatementExecuteWithEvents Method

Syntax

L ExecuteWithEvents([SQLConnection as SQL::Connection | SQLConnectionString as C , ] EventScript as C )

Arguments

SQLConnection

SQL::Connection | SQLConnectionString

EventScript

Character

Description

Execute the current statement using the current or passed connection handling events with the script provided.

See Also